.foot15 {
    width: 100%;
    float: left;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}
.foot15 .bar {
    width: 100%;
    background-color: #f8f8f6;
    height: 120px;
}
.foot15 .explain {
    width: 1200px;
    margin: 0 auto;
}
.foot15 .explain dl {
    float: left;
    margin-right: 75px;
    padding-top: 40px;
}
.foot15 .explain dl .ico01 {
    background-position: 14px 0;
}
.foot15 .explain dl dt {
    background: url(https://image.benlailife.com/webStatic/images/n_foot/foot_84041c99.gif) no-repeat;
    float: left;
    width: 28px;
    height: 40px;
    border-right: 1px solid #aeaead;
    padding: 0 13px;
    margin-right: 13px;
}
.foot15 .explain dl dd {
    font: 400 14px/22px "Microsoft YaHei";
    color: #666;
    float: left;
}
.foot15 .explain dl dd span {
    display: block;
    font: 400 20px/22px "Microsoft YaHei";
    color: #90b42f;
}
.foot15 .explain dl dd {
    font: 400 14px/22px "Microsoft YaHei";
    color: #666;
    float: left;
}
.foot15 .footert {
    width: 920px;
    /* width: 1055px; */
    padding: 20px 0 20px 70px;
    height: 160px;
    border-top: 0;
    margin: 0 auto;
}
.footert {
    width: 920px;
    padding: 20px 0 20px 70px;
    height: 160px;
    border-top: 1px solid #eaeaea;
}
.footert dl {
    float: left;
    width: 230px;
    /* width: 210px; */
    height: 160px;
}
.footert dl .xs {
    background-position: 0 -250px;
}
.footert dl dt {
    font: 700 14px/26px "微软雅黑";
    height: 26px;
    margin-bottom: 10px;
    color: #666;
    padding-left: 35px;
    background: url(https://image.benlailife.com/webStatic/images/n_foot/foot_84041c99.gif) no-repeat;
}
.footert dl dd {
    line-height: 25px;
    margin-left: 10px;
    padding-left: 25px;
    border-left: 1px dotted #ccc;
}
a {
    color: #666;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
.foot15 .info {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.foot15 .info dl dt {
    font: 800 14px/30px "Microsoft YaHei";
    color: #666;
}
.liaisons {
    position: relative;
}
.foot15 .info dl dd {
    line-height: 24px;
    color: #666;
}
.foot15 .info dl dd em {
    padding: 0 10px;
    border-right: 1px solid #666;
    line-height: 24px;
    color: #666;
}
a {
    color: #666;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
.logo img:not([src]){
    opacity: 0;
}

.wrap_phone{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    /*display: none;*/
}
.wrap_phone_div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_phone_div .phone_div{
    width: 420px;
    height: 190px;
    background-color: #fff;
    border-radius: 5px;
}
.wrap_phone_div .phone_div p{
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin: 40px 0;
}
.wrap_phone_div .phone_div span{
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    background-color: #0CBB73;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 30px auto 0 auto;
    width: 122px;
    text-align: center;
    cursor: pointer;
}
.terminal span{
    position: absolute;
    top: 4px;
    right: 0;
    background-color: red;
    color: #fff;
    font-size: 10px;
    border-radius: 50px;
    padding: 0 5px;
}